home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3timsli.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.1 KB  |  78 lines

  1.  
  2. // JavaScript wrapper for r3timsli.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_TIMECURVESLIDERGADGET_H = 1;
  7. include("oops/r3gadget.js")
  8.  
  9.  
  10. var R3CLID_TIMECURVESLIDERSGADGET = 1713;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3TCSLIDERCA_Time = 1713500;
  19. function SetR3TCSLIDERCA_Time(value) {
  20.   R3Set(this.r3obj, R3TCSLIDERCA_Time, value, R3TID_FLOAT, 0); 
  21. }
  22.  
  23. function GetR3TCSLIDERCA_Time() {
  24.   return R3Get(this.r3obj, R3TCSLIDERCA_Time, R3TID_FLOAT, 0); 
  25. }
  26.  
  27. R3TSLIDERCA_Materials = 1713501;
  28. function SetR3TSLIDERCA_Materials(value) {
  29.   R3Set(this.r3obj, R3TSLIDERCA_Materials, value, R3TID_OBJECT, 0); 
  30. }
  31.  
  32. R3TSLIDERCA_ImageEffects = 1713502;
  33. function SetR3TSLIDERCA_ImageEffects(value) {
  34.   R3Set(this.r3obj, R3TSLIDERCA_ImageEffects, value, R3TID_OBJECT, 0); 
  35. }
  36.  
  37. R3TSLIDERCA_ParticleEffects = 1713503;
  38. function SetR3TSLIDERCA_ParticleEffects(value) {
  39.   R3Set(this.r3obj, R3TSLIDERCA_ParticleEffects, value, R3TID_OBJECT, 0); 
  40. }
  41.  
  42. R3TSLIDERGA_ShowOnlySelected = 1713504;
  43. function SetR3TSLIDERGA_ShowOnlySelected(value) {
  44.   R3Set(this.r3obj, R3TSLIDERGA_ShowOnlySelected, value, R3TID_BOOLEAN, 0); 
  45. }
  46.  
  47. R3TSLIDERCA_Images = 1713505;
  48. function SetR3TSLIDERCA_Images(value) {
  49.   R3Set(this.r3obj, R3TSLIDERCA_Images, value, R3TID_OBJECT, 0); 
  50. }
  51.  
  52. R3TSLIDERCA_UnitConverter = 1713506;
  53. function SetR3TSLIDERCA_UnitConverter(value) {
  54.   R3Set(this.r3obj, R3TSLIDERCA_UnitConverter, value, R3TID_OBJECT, 0); 
  55. }
  56.  
  57.  
  58.  
  59. function r3Timecurveslidersgadget () { 
  60.    this.base = r3God;
  61.    if(arguments.length) {
  62.       this.base(R3CLID_TIMECURVESLIDERSGADGET, arguments);
  63.    }
  64.    // Methods
  65.  
  66.    // Attributes
  67.    this.GetTime=GetR3TCSLIDERCA_Time;
  68.    this.SetTime=SetR3TCSLIDERCA_Time;
  69.    this.SetMaterials=SetR3TSLIDERCA_Materials;
  70.    this.SetImageEffects=SetR3TSLIDERCA_ImageEffects;
  71.    this.SetParticleEffects=SetR3TSLIDERCA_ParticleEffects;
  72.    this.SetShowOnlySelected=SetR3TSLIDERGA_ShowOnlySelected;
  73.    this.SetImages=SetR3TSLIDERCA_Images;
  74.    this.SetUnitConverter=SetR3TSLIDERCA_UnitConverter;
  75. }
  76.  
  77. r3Timecurveslidersgadget.prototype=new r3Gadget;
  78. // r3timsli.h_H